Conversation
Collaborator
Author
|
@Pfat8equalsD don't merge until we have the images with latex, rust and typst. Maybe we move more of the Dockerfiles in the docker directory. |
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR updates the Docker image configuration for Vivado 2025.1 and Ubuntu 24.04 to create a new base image for the computer architecture course. The goal is to build the smallest possible image.
- Updates Docker configuration for Vivado 2025.1 and Ubuntu 24.04
- Adds Vivado installation configuration for optimized image size
- Includes updated board files for Nexys A7-100T and Arty boards
Reviewed Changes
Copilot reviewed 27 out of 27 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| docker/install_config.txt | Vivado installation configuration with minimal device support |
| docker/board_files/nexys-a7-100t/D.0/1.3/* | Updated board files for Nexys A7-100T with 2025 copyright |
| docker/board_files/nexys-a7-100t/D.0/1.0/* | Board files for older Nexys A7-100T revision |
| docker/board_files/arty/C.0/* | Board files for Arty board |
| docker/board_files/arty-a7-100/E.0/1.1/* | Board files for Arty A7-100 board |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Dockerfile and the Makefile for the new base image of the computer architecture course. The goal of the image is to be as small as possible.